# Feature tag by name

Adds a tag to the authenticated user's featured (pinned) tags and notifies followers via ActivityPub. Tags blocked by scope policy cannot be featured. Requires authentication.

Endpoint: POST /api/v1/tags/featured/{name}
Version: 1.0
Security: header

## Path parameters:

  - `name` (string, required)

## Query parameters:

  - `scope` (string, required)
    Scope id: 'global' or TypeId

## Response 400 fields (application/json):

  - `errorCode` (string, required)
    Error code

  - `message` (string, required)
    Error message

  - `docUrl` (string)
    Link to documentation

## Response 401 fields (application/json):

  - `errorCode` (string, required)
    Error code

  - `message` (string, required)
    Error message

  - `docUrl` (string)
    Link to documentation


